JavaScript Language Patterns
$
npx mdskill add HoangNguyen0403/agent-skills-standard/JavaScript Language PatternsTransforms JavaScript code to ES2022+ patterns for cleaner and more maintainable code
- Automatically converts variable declarations from `var` to `const` and `let`.
- Uses modern function syntax including arrow functions, async/await, and destructuring.
- Enforces strict equality (`===`) and immutability practices for better code quality.
- Generates optimized asynchronous operations with error handling.
SKILL.md
.github/skills/JavaScript Language PatternsView on GitHub ↗
No skill content available yet.